home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 293
- Top = 129
- HelpContext = 1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'HTML (Un)Compress'
- ClientHeight = 424
- ClientWidth = 348
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Image1: TImage
- Left = 15
- Top = 16
- Width = 50
- Height = 57
- Picture.Data = {<image001.ico>}
- end
- object Label1: TLabel
- Left = 64
- Top = 16
- Width = 254
- Height = 32
- Caption = 'This version of HTML (Un)Compress is not registered!'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 64
- Top = 64
- Width = 272
- Height = 48
- Caption =
- 'You can use this program for 30 days. After this time, you have ' +
- 'to either order the program or you have to stop using it.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 64
- Top = 120
- Width = 251
- Height = 80
- Caption =
- 'You can order the program by pushing the register button at the ' +
- 'bottom, chosing one of the two options available and then follow' +
- 'ing the instructions given after pushing Next.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 64
- Top = 208
- Width = 275
- Height = 80
- Caption =
- 'As soon as the payement has been confirmed by the bank, you will' +
- ' receive a password by E-Mail. Once you received one, push the p' +
- 'assword button and fill in the name and password.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 64
- Top = 296
- Width = 274
- Height = 48
- Caption =
- 'Once your 30 day trial period has expired, you will not be able ' +
- 'to compress or uncompress anymore.'
- WordWrap = True
- end
- object Label6: TLabel
- Left = 64
- Top = 360
- Width = 65
- Height = 16
- Caption = 'This is day'
- end
- object Label7: TLabel
- Left = 136
- Top = 360
- Width = 17
- Height = 16
- Caption = '00'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 160
- Top = 360
- Width = 152
- Height = 16
- Caption = 'of your 30 day trial period.'
- end
- object Button1: TButton
- Left = 64
- Top = 384
- Width = 81
- Height = 33
- Caption = '&Continue'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 152
- Top = 384
- Width = 81
- Height = 33
- Caption = 'Register'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 240
- Top = 384
- Width = 81
- Height = 33
- Caption = 'Password'
- TabOrder = 2
- OnClick = Button3Click
- end
- end
-